MXNet
- MXNet supports the R programming language.
- The MXNet R package brings flexible and efficient GPU computing and state-of-art deep learning to R.
- It enables you to write seamless tensor/matrix computation with multiple GPUs in R.
- It also lets you construct and customize the state-of-art deep learning models in R, and apply them to tasks, such as image classification and data science challenges
- Package can be downloaded using the following commands:
install.packages("drat", repos="https://cran.rstudio.com")
drat:::addRepo("dmlc")
install.packages("mxnet")